CommonEvent 888
Name = "迷宮商人"

  ShowPicture([5, "80_vgirl_st31", 0, 0, 0, 0, 100, 100, 0, 0])
  MovePicture([5, nil, 0, 0, 0, 0, 100, 100, 255, 0, 30, true])
  ShowTextAttributes(["vgirl_fc3", 0, 0, 2])
  ShowText(["\\n<Vanilla>"])
  ShowText(["Welcome to 'Vanilla's Shop!'"])
  ShowText(["What do you need!?"])
  ShowChoices([["Shop", "Sell all secret weapons", "Sell all secret armor", "No need"], 4])
  When([0, "買い物をする"])
    CallCommonEvent([106])
    ShowTextAttributes(["vgirl_fc3", 0, 0, 2])
    ShowText(["\\n<Vanilla>"])
    ShowText(["Thank you for your patronage!"])
    ShowText(["I hope I can be of assistance!"])
    ErasePicture([5])
    ExitEventProcessing([])
    Empty([])

  When([1, "秘武器の一括売却"])
    ShowTextAttributes(["vgirl_fc3", 0, 0, 2])
    ShowText(["\\n<Vanilla>"])
    ShowText(["You want to dispose of all the secret weapons that are not equipped and not registered as favorites, right?"])
    ShowText(["Let me confirm once more, just to be sure."])
    ShowChoices([["Decline", "Sell all"], 1])
    When([0, "やめておく"])
      ErasePicture([5])
      ExitEventProcessing([])
      Empty([])

    When([1, "一括売却する"])
      ShowTextAttributes(["vgirl_fc3", 0, 0, 2])
      ShowText(["\\n<Vanilla>"])
      ShowText(["Are you really sure you want to dispose of all the secret weapons?"])
      ShowText(["Is it really okay to dispose of all the secret weapons?"])
      ShowChoices([["Decline", "Sell all"], 1])
      When([0, "やめておく"])
        ErasePicture([5])
        ExitEventProcessing([])
        Empty([])

      When([1, "一括売却する"])
        PlaySE(["RPG::SE(@name=\"Equip3\", @pitch=100, @volume=80)"])
        Script(["sell_enchant_weapons"])
        ShowTextAttributes(["", 0, 0, 2])
        ShowText(["Sold all secret weapons!"])
        ErasePicture([5])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    ChoicesEnd([])
    Empty([])

  When([2, "秘防具の一括売却"])
    ShowTextAttributes(["vgirl_fc3", 0, 0, 2])
    ShowText(["\\n<Vanilla>"])
    ShowText(["All secret armor that is not equipped and not registered as a favorite,"])
    ShowText(["Let me confirm once more, just to be sure."])
    ShowChoices([["Decline", "Sell all"], 1])
    When([0, "やめておく"])
      ErasePicture([5])
      ExitEventProcessing([])
      Empty([])

    When([1, "一括売却する"])
      ShowTextAttributes(["vgirl_fc3", 0, 0, 2])
      ShowText(["\\n<Vanilla>"])
      ShowText(["Are you really sure you want to dispose of all the secret weapons?"])
      ShowText(["Is it really okay to dispose of all the secret weapons?"])
      ShowChoices([["Decline", "Sell all"], 1])
      When([0, "やめておく"])
        ErasePicture([5])
        ExitEventProcessing([])
        Empty([])

      When([1, "一括売却する"])
        PlaySE(["RPG::SE(@name=\"Equip3\", @pitch=100, @volume=80)"])
        Script(["sell_enchant_armors"])
        ShowTextAttributes(["", 0, 0, 2])
        ShowText(["Sold all secret armor!"])
        ErasePicture([5])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    ChoicesEnd([])
    Empty([])

  When([3, "用はない"])
    ErasePicture([5])
    ExitEventProcessing([])
    Empty([])

  ChoicesEnd([])
  Empty([])
